home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / rbcomm33.arc / CPOINT.MAC < prev    next >
Text File  |  1991-02-02  |  260b  |  14 lines

  1. ; RBcomm macro file for logging on to the Central Point Software BBS
  2. ;  by Ralf Brown
  3. ;
  4. #include "rbcomm"
  5. Auto    MULTI
  6.     WAITFOR 10 "ANSI?"
  7.     TEXT    "n\r"
  8.     WAITFOR 20 "type \"new\""
  9.     TEXT    "username\r"
  10.     WAITFOR 5 "password:"
  11.     PASSWORD
  12.     TEXT    "\r"
  13.     END
  14.